home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol C-14
/
Vol C-14.iso
/
games
/
match_up.swf
/
scripts
/
DefineButton2_98
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2012-04-23
|
145b
|
9 lines
on(release){
set("/:test",getProperty("../", _name));
tellTarget("_flash0")
{
gotoAndStop("test-1");
play();
}
}